projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daabf15
)
Fix last change to octave.el
author
Leo Liu
<sdl.web@gmail.com>
Wed, 12 Jun 2013 02:58:03 +0000
(10:58 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Wed, 12 Jun 2013 02:58:03 +0000
(10:58 +0800)
lisp/progmodes/octave.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave.el
b/lisp/progmodes/octave.el
index 12b360792abf75daab9d01660b9dd30a81a7343a..b1936467274f7c6c9becb3fe305ca4ff6c710c15 100644
(file)
--- a/
lisp/progmodes/octave.el
+++ b/
lisp/progmodes/octave.el
@@
-772,7
+772,7
@@
startup file, `~/.emacs-octave'."
(inferior-octave-send-list-and-digest
(list "more off;\n"
(unless (equal inferior-octave-output-string ">> ")
- "PS1 ('\\
\\
s> ');\n")
+ "PS1 ('\\s> ');\n")
(when (and inferior-octave-startup-file
(file-exists-p inferior-octave-startup-file))
(format "source ('%s');\n" inferior-octave-startup-file))))